EMMA (code coverage tool)

EMMA is an open source toolkit for measuring and reporting Java code coverage. EMMA is distributed under the terms of Common Public License v1.0.

EMMA is not currently under active development; the last stable release took place in mid-2005.[1] EMMA works by wrapping each line of code and each condition with a flag, which is set when that line is executed.[2]

Contents

Features

Alternatives

EMMA-based tools

External links

References

  1. ^ EMMA code coverage files on SourceForge.net
  2. ^ Expert Spring MVC and Web Flow; By Seth Ladd, Darren Davison, Steven Devijver, Colin Yates, p. 289